home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Bluetooth File Exchange.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2004-08-06  |  2.2 KB  |  81 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>*</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>Any File</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>****</string>
  19.             </array>
  20.         </dict>
  21.     </array>
  22.     <key>CFBundleExecutable</key>
  23.     <string>Bluetooth File Exchange</string>
  24.     <key>CFBundleGetInfoString</key>
  25.     <string>Bluetooth File Exchange v1.5</string>
  26.     <key>CFBundleHelpBookFolder</key>
  27.     <string>BluetoothHelp</string>
  28.     <key>CFBundleHelpBookName</key>
  29.     <string>Bluetooth Help</string>
  30.     <key>CFBundleIconFile</key>
  31.     <string>BluetoothFileExchange.icns</string>
  32.     <key>CFBundleIdentifier</key>
  33.     <string>com.apple.BluetoothFileExchange</string>
  34.     <key>CFBundleInfoDictionaryVersion</key>
  35.     <string>6.0</string>
  36.     <key>CFBundleName</key>
  37.     <string>Bluetooth File Exchange</string>
  38.     <key>CFBundlePackageType</key>
  39.     <string>APPL</string>
  40.     <key>CFBundleShortVersionString</key>
  41.     <string>1.5.1</string>
  42.     <key>CFBundleSignature</key>
  43.     <string>????</string>
  44.     <key>CFBundleVersion</key>
  45.     <string>1.5.1f8</string>
  46.     <key>LSHasLocalizedDisplayName</key>
  47.     <true/>
  48.     <key>NSMainNibFile</key>
  49.     <string>MainMenu</string>
  50.     <key>NSPrincipalClass</key>
  51.     <string>NSApplication</string>
  52.     <key>NSServices</key>
  53.     <array>
  54.         <dict>
  55.             <key>NSExecutable</key>
  56.             <string>Applications/Utilities/Bluetooth File Exchange</string>
  57.             <key>NSKeyEquivalent</key>
  58.             <dict>
  59.                 <key>default</key>
  60.                 <string>B</string>
  61.             </dict>
  62.             <key>NSMenuItem</key>
  63.             <dict>
  64.                 <key>default</key>
  65.                 <string>Send File To Bluetooth Device...</string>
  66.             </dict>
  67.             <key>NSMessage</key>
  68.             <string>sendFileUsingBluetoothOBEXService</string>
  69.             <key>NSPortName</key>
  70.             <string>BluetoothFileExchange</string>
  71.             <key>NSSendTypes</key>
  72.             <array>
  73.                 <string>NSFilenamesPboardType</string>
  74.                 <string>NSStringPboardType</string>
  75.                 <string>NSFilesPromisePboardType</string>
  76.             </array>
  77.         </dict>
  78.     </array>
  79. </dict>
  80. </plist>
  81.